home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / ibm39523.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  17.4 KB  |  476 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For IBM LaserPrinter 4019
  4. *% For use with Windows NT
  5. *% Produced by Lexmark International, Inc.
  6. *%
  7. *% Copyright (c) 1993-1996 Lexmark International Inc.  All Rights Reserved.
  8. *% Permission is granted for redistribution of this file as
  9. *% long as this copyright notice is intact and the content
  10. *% of the file is not altered in any way from its original form.
  11. *%
  12.  
  13. *FormatVersion: "4.2"
  14. *FileVersion: "3.3"
  15. *LanguageVersion: English
  16. *PCFileName: "IBM39523.PPD"
  17. *Product: "(IBM LaserPrinter)"
  18. *PSVersion: "(52.1) 0"
  19. *PSVersion: "(52.3) 0"
  20. *ModelName: "IBM 4019 LaserPrinter PS39"
  21. *ShortNickName: "IBM 4019 LaserPrinter PS39"
  22. *NickName: "IBM 4019 LaserPrinter PS39"
  23.  
  24. *% === Options and Constraints ============
  25.  
  26. *OpenGroup: InstallableOptions/Options Installed
  27.  
  28. *OpenUI *Option1/Lower Tray: Boolean
  29. *DefaultOption1: False
  30. *Option1 True/Installed: ""
  31. *Option1 False/Not Installed: ""
  32. *CloseUI: *Option1
  33.  
  34. *OpenUI *Option2/Envelope Feeder: Boolean
  35. *DefaultOption2: False
  36. *Option2 True/Installed: ""
  37. *Option2 False/Not Installed: ""
  38. *CloseUI: *Option2
  39.  
  40. *OpenUI *Option3/Printer Memory: PickOne
  41. *DefaultOption3: 1Meg
  42. *Option3 1Meg/1.5 Mb Printer Memory: ""
  43. *Option3 2Meg/2.5 Mb Printer Memory: ""
  44. *Option3 4Meg/4 Mb Printer Memory: ""
  45. *CloseUI: *Option3
  46.  
  47. *CloseGroup: InstallableOptions
  48.  
  49. *UIConstraints: *Option1 False *InputSlot Lower
  50. *UIConstraints: *Option1 False *TraySwitch True
  51. *UIConstraints: *Option2 False *InputSlot Envelope
  52.  
  53. *% === Basic Capabilities ============
  54.  
  55. *LanguageLevel: "1"
  56. *FreeVM: "200000"
  57. *ColorDevice: False
  58. *DefaultColorSpace: Gray
  59. *VariablePaperSize: False
  60. *FileSystem: False
  61. *Throughput: "10"
  62. *Password: "0"
  63. *ExitServer: "
  64.  count 0 eq   % is the password on the stack?
  65.  { true }
  66.  { dup        % potential password
  67.    statusdict /checkpassword get exec not
  68.  } ifelse
  69.  {  %  if no password or not valid
  70.    (WARNING : Cannot perform the exitserver command.) =
  71.    (Password supplied is not valid.) =
  72.    (Please contact the author of this software.) = flush
  73.    quit
  74.  } if
  75.  serverdict /exitserver get exec
  76.  "
  77. *End
  78. *Reset: "
  79.  count 0 eq  % is the password on the stack?
  80.  { true }
  81.  { dup      % potential password
  82.    statusdict /checkpassword get exec not
  83.  } ifelse
  84.  {  %  if no password or not valid
  85.    (WARNING : Cannot reset printer.) =
  86.    (Password supplied is not valid.) =
  87.    (Please contact the author of this software.) = flush
  88.    quit
  89.  } if
  90.  serverdict /exitserver get exec
  91.  systemdict /quit get exec
  92.  (WARNING : Printer Reset Failed.) = flush
  93.  "
  94. *End
  95.  
  96. *% === Resolution ============
  97. *OpenUI *Resolution/Resolution: PickOne
  98. *DefaultResolution: 300dpi
  99. *Resolution 300dpi/300 dpi: ""
  100. *?Resolution: "
  101.  save initgraphics
  102.  0 0 moveto currentpoint matrix defaultmatrix transform
  103.  0 72 lineto currentpoint matrix defaultmatrix transform
  104.  3 -1 roll sub dup mul
  105.  3  1 roll exch sub dup mul
  106.  add sqrt round cvi (          ) cvs print (dpi) = flush
  107.  restore
  108.  "
  109. *End
  110. *CloseUI: *Resolution
  111.  
  112. *% === Halftone Information ===============
  113.  
  114. *ScreenFreq: "60.0"
  115. *ScreenAngle: "45.0"
  116. *DefaultScreenProc: Dot
  117. *ScreenProc Dot: "
  118.  {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  119.  sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  120.  "
  121. *End
  122. *ScreenProc Line: "{ pop }"
  123. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  124.  
  125. *DefaultTransfer: Null
  126. *Transfer Null: "{ }"
  127. *Transfer Null.Inverse: "{ 1 exch sub }"
  128.  
  129. *% === Paper Handling ===================
  130.  
  131. *% Code in this section selects a tray and sets up a frame buffer.
  132. *OpenUI *PageSize:  PickOne
  133. *OrderDependency: 30 AnySetup *PageSize
  134. *DefaultPageSize: Letter
  135. *PageSize Letter/Letter: "statusdict begin {lettertray}stopped {3 setpapertray letter}if end"
  136. *PageSize Legal/Legal: "statusdict begin {legaltray}stopped {3 setpapertray legal}if end"
  137. *PageSize Executive/Executive: "
  138.  statusdict begin {executivetray}stopped {3 setpapertray executivepage}if end"
  139. *End
  140. *PageSize A4/A4: "statusdict begin {a4tray}stopped {3 setpapertray a4}if end"
  141. *PageSize A5/A5: "statusdict begin {a5tray}stopped {3 setpapertray a5}if end"
  142. *PageSize B5/B5: "statusdict begin {b5tray}stopped {3 setpapertray b5}if end"
  143. *PageSize Monarch/Monarch Envelope: "
  144.  statusdict begin {3.875x7.5envelopetray}stopped
  145.  {4 setpapertray 3.875x7.5envelope}if end
  146.  279 540 translate 180 rotate"
  147. *End
  148. *PageSize C9/C9 Envelope: "
  149.  statusdict begin {3.875x8.875envelopetray}stopped
  150.  {4 setpapertray 3.875x8.875envelope}if end
  151.  279 639 translate 180 rotate"
  152. *End
  153. *PageSize Comm10/C10 Envelope: "
  154.  statusdict begin {4.125x9.5envelopetray}stopped
  155.  {4 setpapertray 4.125x9.5envelope}if end
  156.  297 684 translate 180 rotate"
  157. *End
  158. *PageSize DL/DL Envelope: "
  159.  statusdict begin {110x220envelopetray}stopped
  160.  {4 setpapertray 110x220envelope}if end
  161.  312 624 translate 180 rotate"
  162. *End
  163. *PageSize C5/C5 Envelope: "
  164.  statusdict begin {162x229envelopetray}stopped
  165.  {4 setpapertray 162x229envelope}if end
  166.  459 649 translate 180 rotate"
  167. *End
  168. *PageSize ISOB5/B5 Envelope: "
  169.  statusdict begin {176x250envelopetray}stopped
  170.  {4 setpapertray 176x250envelope}if end
  171.  499 709 translate 180 rotate"
  172. *End
  173. *?PageSize: "
  174.  save
  175.  12 dict
  176.    dup /letter (Letter) put
  177.    dup /legal (Legal) put
  178.    dup /executivepage (Executive) put
  179.    dup /a4 (A4) put
  180.    dup /a5 (A5) put
  181.    dup /b5 (B5) put
  182.    dup /3.875x7.5envelope (Monarch) put
  183.    dup /3.875x8.875envelope (Envelope.279.639) put
  184.    dup /4.125x9.5envelope (Comm10) put
  185.    dup /110x220envelope (DL) put
  186.    dup /162x229envelope (C5) put
  187.    dup /176x250envelope (Envelope.499.709) put
  188.  statusdict /papersize get exec
  189.  3 1 roll  {get} stopped {(Unknown)}if
  190.  exch  not { print (.Transverse) }if
  191.  = flush
  192.  restore
  193.  "
  194. *End
  195. *CloseUI: *PageSize
  196.  
  197. *% These entries will set up the frame buffer. Usually used with manual feed.
  198. *OpenUI *PageRegion:  PickOne
  199. *OrderDependency: 40 AnySetup *PageRegion
  200. *DefaultPageRegion: Letter
  201. *PageRegion Letter/Letter: "letter"
  202. *PageRegion Legal/Legal: "legal"
  203. *PageRegion Executive/Executive: "executivepage"
  204. *PageRegion A4/A4: "a4"
  205. *PageRegion A5/A5: "a5"
  206. *PageRegion B5/B5: "b5"
  207. *PageRegion Monarch/Monarch Envelope: "3.875x7.5envelope 279 540 translate 180 rotate"
  208. *PageRegion C9/C9 Envelope: "3.875x8.875envelope 279 639 translate 180 rotate"
  209. *PageRegion Comm10/C10 Envelope: "4.125x9.5envelope 297 684 translate 180 rotate"
  210. *PageRegion DL/DL Envelope: "110x220envelope 312 624 translate 180 rotate"
  211. *PageRegion C5/C5 Envelope: "162x229envelope 459 649 translate 180 rotate"
  212. *PageRegion ISOB5/B5 Envelope: "176x250envelope 499 709 translate 180 rotate"
  213. *CloseUI: *PageRegion
  214.  
  215. *DefaultImageableArea: Letter
  216. *ImageableArea Letter:    "18 17 597 776"
  217. *ImageableArea Legal:     "18 18 597 992"
  218. *ImageableArea Executive: "18 18 505 740"
  219. *ImageableArea A4:        "18 19 578 827"
  220. *ImageableArea A5:        "18 13 405 580"
  221. *ImageableArea B5:        "18 18 505 711"
  222. *ImageableArea Monarch:   "1 13 260 526"
  223. *ImageableArea C9:        "1 16 260 623"
  224. *ImageableArea Comm10:    "3 16 278 668"
  225. *ImageableArea DL:        "3 16 293 608"
  226. *ImageableArea C5:        "4 16 440 634"
  227. *ImageableArea ISOB5:     "2 15 480 693"
  228. *?ImageableArea: "
  229.  save
  230.  /cvp { (                ) cvs print ( ) print } bind def
  231.  /upperright {10000 mul floor 10000 div} bind def
  232.  /lowerleft {10000 mul ceiling 10000 div} bind def
  233.  newpath clippath pathbbox
  234.  4 -2 roll exch 2 {lowerleft cvp} repeat
  235.  exch 2 {upperright cvp} repeat flush
  236.  restore
  237. "
  238. *End
  239.  
  240. *% These provide the physical dimensions of the paper (by keyword)
  241. *DefaultPaperDimension: Letter
  242. *PaperDimension Letter:    "612 792"
  243. *PaperDimension Legal:     "612 1008"
  244. *PaperDimension Executive: "522 756"
  245. *PaperDimension A4:        "595 842"
  246. *PaperDimension A5:        "420 595"
  247. *PaperDimension B5:        "516 729"
  248. *PaperDimension Monarch:   "279 540"
  249. *PaperDimension C9:        "279 639"
  250. *PaperDimension Comm10:    "297 684"
  251. *PaperDimension DL:        "312 624"
  252. *PaperDimension C5:        "459 649"
  253. *PaperDimension ISOB5:     "499 709"
  254.  
  255. *RequiresPageRegion All: True
  256. *OpenUI *InputSlot:  PickOne
  257. *OrderDependency: 20 AnySetup *InputSlot
  258. *DefaultInputSlot: Unknown
  259. *InputSlot Upper/Upper Tray: "0 statusdict /setpapertray get exec"
  260. *InputSlot Lower/Lower Tray: "
  261.  statusdict begin optionalfeeder { 1 }{ 0 }ifelse setpapertray end"
  262. *End
  263. *InputSlot Envelope/Envelope Feeder: "
  264.  statusdict begin envelopefeeder { 2 }{ 3 }ifelse setpapertray end"
  265. *End
  266. *InputSlot EnvelopeManual/Manual Envelope: "4 statusdict /setpapertray get exec"
  267. *?InputSlot: "
  268.  save
  269.  [ (Upper) (Lower) (Envelope) (Manual) (ManualEnvelope) ] statusdict /papertray get exec
  270.  {get exec} stopped { pop pop (Unknown) } if = flush
  271.  restore
  272.  "
  273. *End
  274. *CloseUI: *InputSlot
  275.  
  276. *OpenUI *ManualFeed/Manual Paper: Boolean
  277. *OrderDependency: 15 AnySetup *ManualFeed
  278. *DefaultManualFeed: False
  279. *ManualFeed True/On: "3 statusdict /setpapertray get exec"
  280. *ManualFeed False/Off: "statusdict /manualfeed false put"
  281. *?ManualFeed: "
  282.  save
  283.  statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  284.  restore
  285.  "
  286. *End
  287. *CloseUI: *ManualFeed
  288.  
  289. *OpenUI *TraySwitch/Tray Linking: PickOne
  290. *OrderDependency: 50 AnySetup *TraySwitch
  291. *DefaultTraySwitch: PrtSet
  292. *TraySwitch PrtSet/Printer Setting:  ""
  293. *TraySwitch True/On:  "statusdict /trayswitch true put"
  294. *TraySwitch False/Off: "statusdict /trayswitch false put"
  295. *?TraySwitch: "
  296.  save
  297.  statusdict /trayswitch get {(True)}{(False)}ifelse = flush
  298.  restore
  299.  "
  300. *End
  301. *CloseUI: *TraySwitch
  302.  
  303. *DefaultOutputOrder: Normal
  304. *OutputOrder Normal: ""
  305. *OutputOrder Reverse: ""
  306.  
  307. *% === Font Information =====================
  308.  
  309. *DefaultFont: Courier
  310. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  311. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard  ROM
  312. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  313. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  314. *Font Bookman-Demi: Standard "(001.001)" Standard   ROM
  315. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  316. *Font Bookman-Light: Standard "(001.001)" Standard  ROM
  317. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  318. *Font Courier: Standard "(001.004)" Standard ROM
  319. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  320. *Font Courier-BoldOblique: Standard "(001.004)" Standard  ROM
  321. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  322. *Font Helvetica: Standard "(001.002)" Standard       ROM
  323. *Font Helvetica-Black: Standard "(001.001)" Standard  ROM
  324. *Font Helvetica-BlackOblique: Standard "(001.001)" Standard ROM
  325. *Font Helvetica-Bold: Standard "(001.002)" Standard  ROM
  326. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  327. *Font Helvetica-Light: Standard "(001.002)" Standard  ROM
  328. *Font Helvetica-LightOblique: Standard "(001.002)" Standard ROM
  329. *Font Helvetica-Narrow: Standard "(001.002)" Standard  ROM
  330. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard  ROM
  331. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  332. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  333. *Font Helvetica-Oblique: Standard "(001.002)" Standard  ROM
  334. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard  ROM
  335. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  336. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  337. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard  ROM
  338. *Font Palatino-Bold: Standard "(001.001)" Standard  ROM
  339. *Font Palatino-BoldItalic: Standard "(001.001)" Standard ROM
  340. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  341. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  342. *Font Symbol: Special "(001.003)" Special  ROM
  343. *Font Times-Bold: Standard "(001.002)" Standard  ROM
  344. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  345. *Font Times-Italic: Standard "(001.002)" Standard    ROM
  346. *Font Times-Roman: Standard "(001.002)" Standard   ROM
  347. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  348. *Font ZapfDingbats: Special "(001.000)" Special  ROM
  349. *?FontQuery: "
  350.  save
  351.  /str 100 string dup 0 (fonts/) putinterval def
  352.  { count 1 gt
  353.    { exch dup str 6 94 getinterval cvs
  354.      (/) print print (:) print
  355.      FontDirectory exch known
  356.      {(Yes)}{(No)} ifelse =
  357.    }
  358.    {exit} ifelse
  359.  }bind loop
  360.  (*) = flush
  361.  restore
  362.  "
  363. *End
  364.  
  365. *?FontList: "save FontDirectory { pop == } bind forall flush (*) = flush restore"
  366.  
  367. *% Printer Messages (verbatim from printer):
  368. *Message: "%%  exitserver: permanent state may be changed  %%"
  369. *Message: "%%  Flushing: rest of job (to end-of-file) will be ignored  %%"
  370. *Message: "FontName\ not found, using Courier"
  371.  
  372. *% Status (format: %%  status: <one of these>  %% )
  373. *Status: "Printer Busy"
  374. *Status: "Warming Up"
  375. *Status: "PrinterError: Printer Offline"
  376. *Status: "PrinterError: Paper Out or Feed Failure - Tray 1"
  377. *Status: "PrinterError: Paper Out or Feed Failure - Tray 2"
  378. *Status: "PrinterError: Paper Out or Feed Failure - Envelope Feeder"
  379. *Status: "PrinterError: Load Paper Requested"
  380. *Status: "PrinterError: Load Envelope Requested"
  381. *Status: "PrinterError: Invalid Manual Insertion"
  382. *Status: "PrinterError: Wrong Paper Length"
  383. *Status: "PrinterError: Paper Jam"
  384. *Status: "PrinterError: Cover Open/Cartridge Not Installed"
  385. *Status: "PrinterError: Output Bin Full"
  386. *Status: "PrinterError: Default Storage Error"
  387. *Status: "PrinterError: Battery Low - Slot 1"
  388. *Status: "PrinterError: Battery Low - Slot 2"
  389. *Status: "PrinterError: Non-Download Font Card Installed - Slot 1"
  390. *Status: "PrinterError: Non-Download Font Card Installed - Slot 2"
  391. *Status: "PrinterError: Write-Protect Switch in Protect Position - Slot 1"
  392. *Status: "PrinterError: Write-Protect Switch in Protect Position - Slot 2"
  393. *Status: "PrinterError: Defective or Unprogrammed Card Installed - Slot 1"
  394. *Status: "PrinterError: Defective or Unprogrammed Card Installed - Slot 2"
  395. *Status: "PrinterError: Defective Font Card Installed - Slot 1"
  396. *Status: "PrinterError: Defective Font Card Installed - Slot 2"
  397. *Status: "PrinterError: Unsupported Card Installed - Slot 1"
  398. *Status: "PrinterError: Unsupported Card Installed - Slot 2"
  399. *Status: "PrinterError: Printer Busy"
  400. *Status: "PrinterError: Printer Error"
  401.  
  402. *% Input Sources (format: %%  status: <stat>; source: <one of these>  %% )
  403. *Source: "serial9"
  404. *Source: "serial25"
  405. *Source: "Centronics"
  406.  
  407. *% Printer Error (format: %%  PrinterError: <one of these>  %%)
  408. *PrinterError: "Printer Offline"
  409. *PrinterError: "Paper Out or Feed Failure - Tray 1"
  410. *PrinterError: "Paper Out or Feed Failure - Tray 2"
  411. *PrinterError: "Paper Out or Feed Failure - Envelope Feeder"
  412. *PrinterError: "Load Paper Requested"
  413. *PrinterError: "Load Envelope Requested"
  414. *PrinterError: "Invalid Manual Insertion"
  415. *PrinterError: "Wrong Paper Length"
  416. *PrinterError: "Paper Jam"
  417. *PrinterError: "Cover Open/Cartridge Not Installed"
  418. *PrinterError: "Output Bin Full"
  419. *PrinterError: "Default Storage Error"
  420. *PrinterError: "Battery Low - Slot 1"
  421. *PrinterError: "Battery Low - Slot 2"
  422. *PrinterError: "Non-Download Font Card Installed - Slot 1"
  423. *PrinterError: "Non-Download Font Card Installed - Slot 2"
  424. *PrinterError: "Write-Protect Switch in Protect Position - Slot 1"
  425. *PrinterError: "Write-Protect Switch in Protect Position - Slot 2"
  426. *PrinterError: "Defective or Unprogrammed Card Installed - Slot 1"
  427. *PrinterError: "Defective or Unprogrammed Card Installed - Slot 2"
  428. *PrinterError: "Defective Font Card Installed - Slot 1"
  429. *PrinterError: "Defective Font Card Installed - Slot 2"
  430. *PrinterError: "Unsupported Card Installed - Slot 1"
  431. *PrinterError: "Unsupported Card Installed - Slot 2"
  432. *PrinterError: "Printer Busy"
  433. *PrinterError: "Printer Error"
  434.  
  435. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  436.  
  437. *% === Color Separation Information =====================
  438.  
  439. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  440.  
  441. *InkName: ProcessBlack/Process Black
  442. *InkName: CustomColor/Custom Color
  443. *InkName: ProcessCyan/Process Cyan
  444. *InkName: ProcessMagenta/Process Magenta
  445. *InkName: ProcessYellow/Process Yellow
  446.  
  447. *%  For 60 lpi / 300 dpi  ===============================
  448.  
  449. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  450. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  451. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  452. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  453. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  454.  
  455. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  456. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  457. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  458. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  459. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  460.  
  461. *%  For 53 lpi / 300 dpi  ===============================
  462.  
  463. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  464. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  465. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  466. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  467. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  468.  
  469. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  470. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  471. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  472. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  473. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  474.  
  475. *% End of PPD file for IBM LaserPrinter 4019
  476.